Conversation
33338f5 to
358a663
Compare
358a663 to
030932f
Compare
|
Looks good, let's remove the |
|
If the two memmove implementations are now identical aside from a |
|
They differ slightly. The The LDIR path has an extra 3R and the LDDR path has an extra 3F, so I wasn't sure which would be better to allocate the 1F + 1 savings to |
|
Perhaps we should just remove the preference for the OS versions of these and just use them directly. |
|
I will need to rebase some changes before this can be merged |
030932f to
a931003
Compare
d56bedb to
383762a
Compare
makes
memcpy1F faster andmemmove2F faster in the common case.The timings can be adjusted slightly for
memmove(src != dstversion), depending on which is faster/better on average